home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 with MFC / Programming Windows 95 with MFC (Microsoft Programming Series)(097-0001465)(1996).iso / CODE / Chap07 / Clock / Resource.h < prev   
Encoding:
C/C++ Source or Header  |  1996-04-05  |  467 b   |  17 lines

  1. //***********************************************************************
  2. //
  3. //  Resource.h
  4. //
  5. //***********************************************************************
  6.  
  7. #define IDI_APPICON                 100
  8.  
  9. #define IDM_SYSMENU_FULL_WINDOW      16
  10. #define IDM_SYSMENU_STAY_ON_TOP      32
  11. #define IDM_SYSMENU_ABOUT            48
  12.  
  13. #define IDD_ABOUTDLG                200
  14. #define IDC_ICONRECT                201
  15.  
  16. #define ID_TIMER_CLOCK              1
  17.